home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / BoneToDog.swf / scripts / DefineButton2_374 / BUTTONCONDACTION on(rollOver).as
Encoding:
Text File  |  2005-08-05  |  128 b   |  11 lines

  1. on(rollOver){
  2.    if(_root.check >= 48)
  3.    {
  4.       _root.check = 49;
  5.    }
  6.    else
  7.    {
  8.       gotoAndPlay(1208);
  9.    }
  10. }
  11.